home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / MiscTree_Browser / MiscKit.tree < prev    next >
Encoding:
Text File  |  1995-07-21  |  6.5 KB  |  394 lines

  1. Version
  2.     1.6.1
  3. Functions
  4.     MiscOSVersion
  5.     MiscBuildStringFromFormatV
  6.     MiscParseTableFile
  7.         MiscParseTableFile
  8.         MiscParseTableStream
  9.         MiscWriteTableFile
  10.         MiscWriteTableStream
  11.     Debugging
  12.         Misc_DebugState
  13.         Misc_SetDebugState
  14.         Misc_DebugOn
  15.         Misc_DebugOff
  16.     TBMK functions
  17.         Misc_TBMKpattern_alloc
  18.         Misc_TBMKpattern_free
  19.         Misc_TBMKsearch_memory
  20.         Misc_TBMKsearch_stream
  21.     Daemon functions
  22.         daemonize
  23.         daemon_log
  24.         daemon_exit
  25.         Misc_daemon_debug
  26.         Misc_daemon_set_debug
  27.     Regex functions
  28.         re_set_syntax
  29.         re_compile_pattern
  30.         re_match_pattern
  31.         re_match_pattern_2
  32.         re_search_pattern
  33.         re_search_pattern_2
  34.         re_compile_fastmap
  35. Types
  36.     Misc_TBMKpattern
  37.     regexp_t
  38.     regexp_registers_t
  39.     MISC_Merge_Cond_Op
  40.     MiscSubprocessEndCode
  41.     MiscColumnSize
  42.     MiscRowSize
  43.     SearchMode
  44.     SearchErr
  45.     MiscCircularSliderStyle
  46.     MiscCircularSliderBorder
  47.     Misc_PaperGridOrigin
  48.     MiscDCDirection
  49. Protocols
  50.     MiscDependency
  51.     DateDelegate
  52.     MiscMergeDriver
  53.     MiscMergeCondCallback
  54.     MiscBackWindowDelegate
  55.     MiscCompare
  56.     MiscEndCompare
  57.     MiscListCursorPositioning
  58.     MiscStorageCursorPositioning
  59.     SearchableText
  60.     MiscCoordConverterServer
  61.     MiscCoordConverterClient
  62. Macros
  63.     daemon_assert
  64.     daemon_alloc
  65.     daemon_free
  66.     MISC_RADIANS_PER_DEGREE
  67.     MISC_DEGREES_PER_RADIAN
  68.     MISC_NOT_IN_ARRAY
  69.     Time macros
  70.         MISC_TIME_UNKNOWN_DOW
  71.         MISC_TIME_MAX_MICROSECONDS
  72.         MISC_TIME_MAX_SECONDS
  73.         MISC_TIME_MAX_MINUTES
  74.         MISC_TIME_MAX_HOURS
  75.         MISC_TIME_MAX_DAYS
  76.         MISC_TIME_MAX_MONTHS
  77.     String macros
  78.         MISC_STRING_LAST
  79.         MISC_STRING_FIRST
  80.         MISC_UPPER
  81.         MISC_LOWER
  82.         MISC_DIGIT
  83.         MISC_XDIGIT
  84.         MISC_PUNCT
  85.         MISC_ASCII
  86.         MISC_CNTRL
  87.         MISC_PRINT
  88.         MISC_SPACE
  89.         MISC_GRAPH
  90.         MISC_ALPHA
  91.         MISC_ALNUM
  92.     BASE macros
  93.         EPSILON
  94.         BOUND_MIN
  95.         BOUND_MAX
  96.         BOUND
  97.         K
  98.         M
  99.         ONE_MILLION
  100.         ONE_BILLION
  101.         Inf
  102.         isnan
  103.         isinf
  104.         ObjectIsValid
  105.         PLURAL_SUFFIX
  106.     List, HashTable loops
  107.         Start loop
  108.             MISCforAllListObjectsTo
  109.             MISCforAllListObjectsFrom
  110.             MISCforAllListObjects
  111.             MISCforAllListObjectsBackwards
  112.             MISCforAllHashTableObjects
  113.         Inside loop
  114.             MISCRemoveCurrentObjectFromList
  115.             MISCDecrementCurrentSlot
  116.             MISCCurrentSlot
  117.             MISCCurrentSlotBackwards
  118.             MISCFirstSlot
  119.         MISCendFor
  120.     FREE macros
  121.         FFREE_MALLOC
  122.         FREE_MALLOC
  123.         FFREE_FD
  124.         FREE_FD
  125.         FFREE_FILE
  126.         FREE_FILE
  127.         FFREE_PIPE
  128.         FREE_PIPE
  129.         FFREE_OBJECT
  130.         FREE_OBJECT
  131.         FFREE_LIST
  132.         FREE_LIST
  133.         FFREE_MEMORYSTREAM
  134.         FREE_MEMORYSTREAM
  135.         FFREE_TYPEDSTREAM
  136.         FREE_TYPEDSTREAM
  137.         FFREE_POPUPLISTBUTTON
  138.         FREE_POPUPLISTBUTTON
  139.     SELECT macros
  140.         SELECT
  141.         IF()
  142.         IFNOT()
  143.         INTERMEZZO()
  144.         IFDEFAULT
  145.         ENDSELECT
  146.     CASE macros
  147.         CASE
  148.         DEFAULT
  149.     Key macros
  150.         MISC_UPARROW_KEY
  151.         MISC_DOWNARROW_KEY
  152.         MISC_LEFTARROW_KEY
  153.         MISC_RIGHTARROW_KEY
  154.         MISC_ISKEY
  155.         MISC_ISSYMBOL
  156.         MISC_ISCHAR
  157.         MISC_ISFUNCTION
  158.         MISC_F1_KEY
  159.         MISC_HELP
  160.         MISC_F2_KEY
  161.         MISC_F3_KEY
  162.         MISC_F4_KEY
  163.         MISC_F5_KEY
  164.         MISC_F6_KEY
  165.         MISC_F7_KEY
  166.         MISC_F8_KEY
  167.         MISC_F9_KEY
  168.         MISC_F10_KEY
  169.         MISC_F11_KEY
  170.         MISC_F12_KEY
  171.         MISC_INSERT_KEY
  172.         MISC_DELETE_KEY
  173.         MISC_HOME_KEY
  174.         MISC_END_KEY
  175.         MISC_PAGEUP_KEY
  176.         MISC_PAGEDOWN_KEY
  177.         MISC_PRINT_KEY
  178.         MISC_SCROLLLOCK_KEY
  179.         MISC_PAUSE_KEY
  180.     Regex
  181.         RE_NO_BK_PARENS
  182.         RE_NO_BK_VBAR
  183.         RE_BK_PLUS_QM
  184.         RE_TIGHT_VBAR
  185.         RE_NEWLINE_OR
  186.         RE_CONTEXT_INDEP_OPS
  187.         RE_ANSI_HEX
  188.         RE_NO_GNU_EXTENSIONS
  189.         RE_SYNTAX_AWK
  190.         RE_SYNTAX_EGREP
  191.         RE_SYNTAX_GREP
  192.         RE_SYNTAX_EMACS
  193. Globals
  194.     daemon_pid
  195.     daemon_name
  196.     daemon_host
  197. Categories
  198.     Object
  199.         MiscObjectRecycler
  200.         MiscBundleLoader
  201.         MiscListForeach
  202.         MiscRuntimeExtensions
  203.     Storage
  204.         MiscLastElementCategory
  205.     List
  206.         Extensions
  207.         MiscListSorting
  208.         MiscStringSort
  209.         StringFinding
  210.     Responder
  211.         Application
  212.             MiscAppDefaults
  213.             MiscAppExtensions
  214.             MiscFindPanelClass
  215.         Window
  216.             MiscWindowExtensions
  217.             MiscWindowButtons
  218.         View
  219.             ScrollView
  220.                 DBTableView
  221.                     StringValue
  222.             Text
  223.                 MiscSearchText
  224.                 MiscExtensions
  225. MiscAbstraction
  226. Object(*)
  227.     MiscMergeTemplate
  228.     MiscMergeEngine
  229.     MiscMergeDriver
  230.     MiscMergeCommand
  231.     MiscDocManager
  232.     MiscDocType
  233.     MiscExplodingMenu
  234.     MiscDirectory
  235.     MiscFileFinder
  236.     Speaker
  237.         MiscMailSpeaker
  238.     MiscMailApp
  239.     MiscRemoteApplication
  240.     MiscGraphNode
  241.         MiscFile
  242.             MiscAppFile
  243.     MiscUTMConstants
  244.     MiscCoord
  245.         MiscUTMCoord
  246.             MiscZoneUTMCoord
  247.             MiscUKUTMCoord
  248.             MiscIrelandUTMCoord
  249.             MiscIrelandOldUTMCoord
  250.         MiscWorldCoord
  251.         MiscMathCoord
  252.             MiscCartesianCoord
  253.             MiscCylindricalCoord
  254.             MiscSphericalCoord
  255.     MiscCoordConverter
  256.         MiscPlanetCoordConverter
  257.             MiscIrelandCoordConverter
  258.         MiscMathCoordConverter
  259.     MiscColor
  260.         MiscHalftoneColor
  261.         MiscScreenColor
  262.     MiscString
  263.     MiscStringArray
  264.         MiscUniqueStringArray
  265.     MiscTime
  266.         MiscStopwatch
  267.     Storage(*)
  268.         MiscStorage
  269.             MiscSortedStorage
  270.     List(*)
  271.         MiscTableSource
  272.         MiscList
  273.             MiscSortedList
  274.         MiscStack
  275.             MiscIfStack
  276.         MiscQueue
  277.     NXImage
  278.         MiscTaggedImage
  279.     HashTable
  280.         MiscDictionary
  281.     MiscPriorityQueue
  282.     MiscLockFile
  283.     MiscLogFile
  284.     MiscLinkedList
  285.     MiscLinkedListNode
  286.     MiscTeeConnector
  287.     MiscTee
  288.         MiscDistributor
  289.     MiscTree
  290.     MiscSearcher
  291.     MiscAnnouncer
  292.     MiscSubprocess
  293.         MiscRemoteSubprocess
  294.     MiscSerialPort
  295.     MiscNibController
  296.         MiscDocument
  297.     MiscInfoController
  298.     MiscInfo
  299.     MiscRegistration
  300.     MiscOrderForm
  301.     MiscRtMatrix
  302.     MiscRecordParser
  303.     MiscClassVariable
  304.     _MiscDirectoryStream
  305.     MiscUserGroup
  306.     MiscUser
  307.     MiscXmodem
  308.     MiscThreadedObject
  309.         MiscTimedEntry
  310.     MiscINETAddress
  311.     MiscSocket
  312.         MiscINETSocket
  313.     MiscSwapContentsController
  314.         MiscInspector
  315.             MiscDefaultInspector
  316.                 MiscMultiSelInspector
  317.                 MiscNoSelInspector
  318.     MiscInspectorWrapper
  319.     MiscInspectorManager
  320.     MiscClassDecoder
  321.     SimpleDate
  322.     MiscShell
  323.     MiscAwakeAction
  324.     Cell
  325.         MiscGaugeCell
  326.         SelectionCell
  327.             DateSelectionCell
  328.         ActionCell
  329.             MiscTabActionCell
  330.             ButtonCell
  331.                 MiscArrowButtonCell
  332.                 MiscThreeStateButtonCell
  333.             SliderCell
  334.                 MiscCircularSliderCell
  335.                 MiscLogSliderCell
  336.             TextFieldCell
  337.                 MiscSliderCell
  338.                 MiscValueCell
  339.                 MiscClipTextFieldCell
  340.     Responder
  341.         Window(*)
  342.             MiscBackWindow
  343.             Panel
  344.                 SavePanel
  345.                     MiscSavePanel
  346.                 MiscFindPanel
  347.         View
  348.             Text(*)
  349.                 EmacsText
  350.             ScrollView
  351.                 DBTableView(*)
  352.             MiscTargetActionView
  353.                 MiscFramingView
  354.             MiscColorView
  355.                 MiscPaperView
  356.             MiscClockView
  357.             MiscCalendarView
  358.             MiscDateView
  359.             MiscTapper
  360.             MiscSoundTracker
  361.             SoundView
  362.                 MiscSoundView
  363.             MiscVolumeMeter
  364.                 MiscVolumeLight
  365.             MiscDragView
  366.                 MiscIconWell
  367.                 MiscImageDragView
  368.             MiscProgressView
  369.                 MiscProgressBar
  370.                 MiscProgressPie
  371.             MiscSwapView
  372.                 MiscSwapViewByMatrix
  373.                 MiscSwapViewByPopUp
  374.             Control
  375.                 MiscGaugeView
  376.                 Button
  377.                     MiscArrowButton
  378.                     MiscThreeStateButton
  379.                 Matrix
  380.                     MiscMatrix
  381.                     MiscSelectionMatrix
  382.                     MiscCalendarMatrix
  383.                 Slider
  384.                     MiscCircularSlider
  385.                     MiscLogSlider
  386.                 NXColorWell
  387.                     MiscReadOnlyColorWell
  388.                 TextField
  389.                     MiscSliderField
  390.                     MiscValueField
  391.                     MiscClipTextField
  392.                         MiscPathField
  393.         Application(*)
  394.